home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1711 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: postoffice.ptd.net!markgray
  2. From: markgray@postoffice.ptd.net (Mark T. Gray)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: getchar() problems!
  5. Date: 16 Jan 1996 15:02:00 GMT
  6. Organization: Entropy
  7. Message-ID: <4dgel8$3rq@ns2.ptd.net>
  8. References: <DL8GKE.HL@cdf.toronto.edu>
  9. NNTP-Posting-Host: cs1-02.spa.ptd.net
  10.  
  11. In article <DL8GKE.HL@cdf.toronto.edu>,
  12. Laventure Derek <a228lave@cdf.toronto.edu> wrote:
  13. >Hello again!  It's Derek Laventure once more.
  14. >
  15. >Thanks to all of you who responded to my post; I appreciate it.  For those
  16. >of you who are annoyed at me for not reading the elusive FAQ, I apologize. 
  17. >I admit I haven't been subscribing to c.l.c for very long, and had not seen
  18. >a copy of the FAQ as yet (nor mention of where to get it).  I therefore
  19. >posted, evidently in haste, my question... and received some due annoyed
  20. >responses.
  21. >Oh well.  
  22. >Secondly, I have since resorted to using getch, found in conio.h, but I would
  23. >like the code to run properly on a UNIX box as well... anyone know of an
  24. >equivalent?
  25. >
  26. >Derek Laventure
  27. >a228lave@cdf.toronto.edu
  28.  
  29. You want to use curses, or better ncurses -- check out this url:
  30.  
  31.    Linkname: Eric Raymond's NCURSES Page
  32.    Filename: http://www.ccil.org/~esr/ncurses.html
  33.  
  34. Hope this helps.
  35.